My file bash, and configurate for linux
sudo apt install -t ${VERSION_CODENAME}-backports cockpit
sudo apt install cockpit-podman
sudo systemctl enable --now cockpit.socket
sudo systemctl restart cockpit.socket
# sudo apt install sscg
# sudo systemctl restart cockpit
sudo cat > /etc/cockpit/cockpit.conf << EOF
[WebService]
AllowedOrigins = *
EOF
sudo systemctl restart cockpit